gtkplacesview: dont invalidate headers if not necessary
authorCarlos Soriano <csoriano@gnome.org>
Sat, 29 Aug 2015 19:10:37 +0000 (21:10 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Sun, 30 Aug 2015 07:47:28 +0000 (09:47 +0200)
commit9fe9b784974a83aa442ff84b3efb37864b8bc4c5
tree21cf7948a226c0b4726ab47ee307ad47ce03f0aa
parent03cd8e95584e64b28e56fa2ea4bc7f27c786deed
gtkplacesview: dont invalidate headers if not necessary

We were invalidating the headers after adding the placeholder
row, but GtkListBox already update the header of that row in that
case.

https://bugzilla.gnome.org/show_bug.cgi?id=754150
gtk/gtkplacesview.c